home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / igps_102.zip / PHONEDOC.H < prev    next >
C/C++ Source or Header  |  1994-06-23  |  1KB  |  47 lines

  1. // phonedoc.h : interface of the CPhoneDoc class
  2. //
  3. // no change from MFC generated skeleton
  4. /////////////////////////////////////////////////////////////////////////////
  5.  
  6. class CPhoneDoc : public CDocument
  7. {
  8. protected: // create from serialization only
  9.     CPhoneDoc();
  10.     DECLARE_DYNCREATE(CPhoneDoc)
  11.  
  12. // Attributes
  13. public:
  14. // Operations  
  15. virtual BOOL SaveModified() { return 1;}
  16. public:
  17.  
  18. // Implementation
  19. public:
  20.     virtual ~CPhoneDoc();
  21.     virtual void Serialize(CArchive& ar);   // overridden for document i/o
  22. #ifdef _DEBUG
  23.     virtual void AssertValid() const;
  24.     virtual void Dump(CDumpContext& dc) const;
  25. #endif
  26.  
  27. protected:
  28.     virtual BOOL OnNewDocument();
  29.  
  30. // Generated message map functions
  31. protected:
  32.     //{{AFX_MSG(CPhoneDoc)
  33.         // NOTE - the ClassWizard will add and remove member functions here.
  34.         //    DO NOT EDIT what you see in these blocks of generated code !
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37.  
  38.     // Generated OLE dispatch map functions
  39.     //{{AFX_DISPATCH(CPhoneDoc)
  40.         // NOTE - the ClassWizard will add and remove member functions here.
  41.         //    DO NOT EDIT what you see in these blocks of generated code !
  42.     //}}AFX_DISPATCH
  43.     DECLARE_DISPATCH_MAP()
  44. };
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.